home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 11 / 011.d81 / t.trace boot < prev    next >
Text File  |  2022-08-26  |  715b  |  48 lines

  1.  
  2.         Basic Trace Utility
  3.  
  4.  
  5.  
  6.  
  7. Written by:  Paul Jatkowski
  8.              806 W. Downer Pl.
  9.              Aurora, IL   60506
  10.  
  11.  
  12.  
  13.  
  14.   This program is a utility to trace
  15.  
  16. BASIC programs as they run. It
  17.  
  18. consists of a machine language
  19.  
  20. routine, 'TRACE.OBJ' and an example
  21.  
  22. program, 'TRACE.EXAMPLE'. The machine
  23.  
  24. language program starts at $C000
  25.  
  26. (49152) and is about 196 bytes long.
  27.  
  28.   Once it is loaded, SYS 49152 will
  29.  
  30. turn it off and on.  The program being
  31.  
  32. debugged can turn the trace output on
  33.  
  34. and off in certain sections of the
  35.  
  36. program by including SYS 49152 at the
  37.  
  38. proper places.  See the example for
  39.  
  40. more details.
  41.  
  42.  
  43.  
  44. >Files used:  TRACE.OBJ
  45.               TRACE.EXAMPLE
  46.  
  47. --------------------------------------
  48.